object AboutBox: TAboutBox Left = 311 Top = 258 ActiveControl = OKButton BorderStyle = bsDialog Caption = 'About' ClientHeight = 152 ClientWidth = 258 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 8 Width = 241 Height = 105 BevelOuter = bvLowered TabOrder = 0 object ProgramIcon: TImage Left = 8 Top = 8 Width = 32 Height = 32 AutoSize = True Picture.Data = {} IsControl = True end object ProductName: TLabel Left = 56 Top = 8 Width = 54 Height = 13 Caption = 'My Product' IsControl = True end object Version: TLabel Left = 176 Top = 8 Width = 53 Height = 13 Caption = 'Version 1.0' IsControl = True end object Copyright: TLabel Left = 56 Top = 27 Width = 135 Height = 13 Caption = 'Copyright My Company 1998' IsControl = True end object Comments: TLabel Left = 8 Top = 48 Width = 92 Height = 13 Caption = 'Comments: buy me!' WordWrap = True IsControl = True end object lblDebug: TLabel Left = 8 Top = 64 Width = 60 Height = 13 Caption = 'Debug build.' end object lblAssertions: TLabel Left = 8 Top = 80 Width = 119 Height = 13 Caption = 'Compiled with Assertions.' end end object OKButton: TButton Left = 96 Top = 120 Width = 65 Height = 26 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 IsControl = True end end